home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / what_is_an_annotation.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  2.8 KB  |  70 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.     
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <title>What is an Annotation?</title>
  9.   <style type="text/css">  </style>
  10.   <meta name="GENERATOR" content="amaya 5.2" />
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p>
  22.         <a href="../Annotations.html" accesskey="t"><img alt="top" src="../../images/up.gif" /></a> 
  23.         <a href="about_reading_annotations.html" accesskey="n"><img alt="next"
  24.         src="../../images/right.gif" /></a></p>
  25.       </td>
  26.     </tr>
  27.   </tbody>
  28. </table>
  29.  
  30. <div id="page_body">
  31. <h1><a name="What">What is an Annotation?</a></h1>
  32.  
  33. <p>Annotations are comments, notes, explanations, or other types of external
  34. remarks that can be attached to a Web document or a selected part of the
  35. document. As they are external, it is possible to annotate any Web document
  36. independently, without needing to edit that document. From the technical
  37. point of view, annotations are usually seen as <strong>metadata,</strong> as
  38. they give additional information about an existing piece of data. In this
  39. project, we use a special <strong><a
  40. href="http://www.w3.org/RDF/">RDF</a></strong> <a
  41. href="http://www.w3.org/2000/10/annotation-ns">annotation schema</a> for
  42. describing annotations.</p>
  43.  
  44. <p>Annotations can be stored locally or in one or more <strong>annotation
  45. servers</strong>. When a document is browsed, Amaya queries each of these
  46. servers, requesting the annotations related to that document. Currently Amaya
  47. presents annotations with pencil annotation icons ( <img
  48. src="../../images/annot.png" alt="Annotation pencil icon" /> )that are visually
  49. embedded in the document, as shown in the figure below. If the user
  50. single-clicks on an annotation icon, the text that was annotated is
  51. highlighted. If the user double-clicks on this icon, the annotation text and
  52. other metadata are presented in a separate window.</p>
  53.  
  54. <p style="text-align: center"><img src="../../images/annotationicon.png"
  55. alt="annotation icon (= pencil)" /></p>
  56.  
  57. <p>An annotation has many properties including:</p>
  58. <ul>
  59.   <li>Physical location: is the annotation stored in a local file system or
  60.     in an annotation server</li>
  61.   <li>Scope: is the annotation associated to a whole document or just to a
  62.     fragment of this document</li>
  63.   <li>Annotation type: 'Annotation', 'Comment', 'Query', ...</li>
  64. </ul>
  65.  
  66. </div>
  67.  
  68. </body>
  69. </html>
  70.